Release 10.1A: OpenEdge Development:
Java Open Clients
Checking for errors
On return from a proxy method call to an application service, you can check for errors in any updated output
ProDataGraph. You can check for errors at theProDataGraph, table, and row levels, and return error strings for the table and row levels. The error checking methods returntrueif there is an error at the specified level.ProDataGraph level
You can check if any errors are returned in the output
ProDataGraphusing thisProDataGraphmethod:
Table level
You can check if an error is returned for a table and get the error string using these
ProDataObjectmethods:
You only need to invoke these methods on one
ProDataObjectin a given table collection. These methods return the same information, which applies to the entire table, for anyProDataObjectin the list.Row level
You can check if an error is returned for a row and get the error string using these
ProDataObjectmethods:
Thus, these methods can return different information for each
ProDataObjectin a given table collection.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |